type github.com/jackc/pgx/v5/pgtype.scanPlanTextAnyToEnumString

3 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		enum_codec.go#L44: 			return &scanPlanTextAnyToEnumString{codec: c}
		enum_codec.go#L82: type scanPlanTextAnyToEnumString struct {
		enum_codec.go#L86: func (plan *scanPlanTextAnyToEnumString) Scan(src []byte, dst any) error {